﻿@charset "UTF-8";
/* author:LTQ;*/
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dee2eb;
}

.circle {
  margin: 0.4rem auto;
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(221, 44, 23, 0.5);
  box-shadow: -0.1rem 0px 0px white;
  border-radius: 50%;
  animation: circle_classic 1s ease-in-out infinite alternate;
}

.w {
  width: 14.48rem;
  margin: 0 auto;
}

.header_con {
  width: 100%;
  background: #fff;
}

.header_con .index-banner {
  position: relative;
}

.header_con .index-banner .swiper-container {
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide {
  position: relative;
}

.header_con .index-banner .swiper-container .swiper-slide .u-img {
  display: block;
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text {
  position: absolute;
  width: 14.5rem;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text {
  margin-bottom: 1rem;
  max-width: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text img {
  display: block;
  margin-left: -0.95rem;
  max-width: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn {
  width: 2.65rem;
  margin: 0;
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  transition: all 0.3s;
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn .u-iocn {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem 0;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn:hover {
  background: linear-gradient(90deg, #ff7108 0%, #ec3a14 100%);
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.06rem;
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd2c17;
}

/*cloud*/
body {
  background-color: #fff;
}

/*主题色*/
.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.u-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-fill-btn {
  display: table;
  margin: 0 auto;
  background: #dd2c17;
  text-align: center;
  font-size: 0.34rem;
  padding: 0 0.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.5);
}

.m-fill-btn:hover {
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.m-linear-btn {
  display: table;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 0.22rem;
  padding: 0 0.4rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.46rem;
  color: #dd2c17;
  border: 0.02rem solid rgba(221, 44, 23, 0.5);
}

.m-title .u-tit {
  color: #393939;
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.m-title .sub-tit {
  color: #000;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.06rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-top: 0.1rem;
}

.m-title.textWhite .u-tit {
  color: #fff;
}

.m-title.textWhite .sub-tit {
  color: #fff;
}

.tip-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.06);
}

.tip-box .icon {
  background-position: -0.32rem -0.73rem;
  display: block;
  width: 0.42rem;
  height: 0.36rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.tip-box .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tip-box .logo-box a {
  display: block;
  width: 2.12rem;
  height: 0.93rem;
  margin-top: 0.1rem;
}

.tip-box .logo-box .u-img {
  height: 0.8rem;
  margin: 0;
}

.tip-box .city-box {
  margin-top: 0.1rem;
}

.tip-box .city-box .now {
  display: flex;
  padding: 0.1rem 0.15rem 0.07rem 0.15rem;
  border: #dd2c17 solid 0.01rem;
  color: #dd2c17;
  border-radius: 0.3rem;
}

.tip-box .city-box .now span {
  margin-right: 0.05rem;
}

.tip-box .city-box .now i {
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top-color: #dd2c17;
  transform: translateY(0.06rem);
}

.tip-box .city-box .city-out-box {
  position: fixed;
  display: none;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 0.9rem);
  z-index: 100;
  background: #fff;
}

.tip-box .city-box .city-out-box .l-city-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tip-box .city-box .city-out-box .l-city-box a {
  border-radius: 0.1rem;
  padding: 0.2rem 0.4rem;
  margin: 0.15rem 0.05rem 0 0.05rem;
  font-size: 0.26rem;
  color: #333333;
}

.tip-box .city-box .city-out-box .l-city-box a:hover {
  color: #dd2c17;
  background: #f8f8f8;
}

.tip-box .wap-tel {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.tip-box .wap-tel img {
  margin-top: 0.05rem;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}

.tip-box .wap-tel .text {
  padding-top: 0.08rem;
}

.tip-box .wap-tel .text p {
  font-size: 0.18rem;
  color: #333;
  opacity: 0.85;
  letter-spacing: 0.04rem;
}

.tip-box .wap-tel .text a {
  font-size: 0.22rem;
  color: #333;
}

.tip-box .hamburger {
  padding: 0;
  transform: scale(0.6);
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}

.tip-box .hamburger .hamburger-box {
  width: 24px;
  height: 24px;
}

.tip-box .hamburger .hamburger-inner,
.tip-box .hamburger .hamburger-inner:after,
.tip-box .hamburger .hamburger-inner:before {
  background-color: #dd2c17;
}

.tip-box .hamburger .hamburger.is-active .hamburger-inner,
.tip-box .hamburger .hamburger.is-active .hamburger-inner:after,
.tip-box .hamburger .hamburger.is-active .hamburger-inner:before {
  background-color: #dd2c17;
}

.tip-box .nav-box {
  display: none;
  position: fixed;
  margin-left: auto;
  width: 100%;
  height: calc(100vh - 0.9rem);
  background-color: #fff;
  z-index: 100;
  top: 0.9rem;
  left: 0;
}

.tip-box .nav-box .nav {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  flex-wrap: wrap;
  padding: 0rem 0.2rem 0;
}

.tip-box .nav-box .nav .nav-item {
  display: block;
  width: 100%;
  margin-right: 0.45rem;
}

.tip-box .nav-box .nav .nav-item::after {
  content: "";
  display: block;
  height: 2px;
  background: #dd2c17;
  border-radius: 1px;
  opacity: 0;
  width: 0;
}

.tip-box .nav-box .nav .nav-item:hover::after, .tip-box .nav-box .nav .nav-item.active::after {
  opacity: 1;
  width: 100%;
  transition: all 0.3s;
}

.tip-box .nav-box .nav .nav-item:hover .nav-link, .tip-box .nav-box .nav .nav-item.active .nav-link {
  font-weight: bold;
  font-size: 0.42rem;
}

.tip-box .nav-box .nav .nav-item .nav-link {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  font-size: 0.32rem;
  line-height: 1rem;
  padding: 0 0.2rem;
}

.tip-box .nav-box .close {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: url(../images/x.png) no-repeat center;
  background-size: 0.16rem;
  box-shadow: 0 0 0.1rem 0 rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 0.5rem;
  position: fixed;
  bottom: 10%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 0.8rem;
  filter: invert(100%);
  opacity: 0.5;
  display: none;
}

.tip-box .m-earch {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin-bottom: 0.28rem;
  position: relative;
  cursor: pointer;
}

.tip-box .m-earch::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.2rem;
  background: #dd2c17;
  position: absolute;
  top: 0;
  left: -0.25rem;
}

.tip-box .search-layer {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  top: -1.5rem;
  left: 0;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  padding: 0.2rem;
}

.tip-box .search-layer .icon,
.tip-box .search-layer .close {
  display: block;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
}

.tip-box .search-layer .icon::before,
.tip-box .search-layer .close::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin: 0.14rem auto;
}

.tip-box .search-layer .icon {
  border-radius: 0.5rem 0 0 0.5rem;
}

.tip-box .search-layer .icon::before {
  margin: 0.29rem auto;
  transform: scale(1.2);
}

.tip-box .search-layer .close {
  background-color: #dd2c17;
  border-radius: 0 0.4rem 0.4rem 0;
}

.tip-box .search-layer .close::before {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0 -0.58rem;
  opacity: 0.45;
  margin: 0.24rem auto;
  transform: scale(1.1);
}

.tip-box .search-layer .text {
  border: 0.01rem solid #f5f5f5;
  outline: none;
  color: #333;
  flex-grow: 1;
  padding: 0 0 0 0.3rem;
  line-height: 0.78rem;
  font-size: 0.26rem;
}

.map-box {
  display: flex;
  background: #f8f8f8;
  padding: 0.4rem 0.2rem;
}

.map-box p {
  color: #141212;
  font-size: 0.26rem;
}

.map-box .link {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.map-box .link a {
  font-size: 0.24rem;
  margin: 0 0.1rem 0.1rem 0;
}

.recruit-box {
  position: fixed;
  bottom: 0.98rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: rgba(13, 12, 46, 0.65);
  box-shadow: 0 2px 0.13rem 0 rgba(45, 56, 82, 0.4);
  z-index: 10;
}

.recruit-box .area {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.recruit-box .area .left-column {
  position: relative;
}

.recruit-box .area .left-column img {
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  z-index: 9;
  width: 2.31rem;
}

.recruit-box .area .left-column .u-text {
  position: relative;
  z-index: 10;
  padding-left: 1.05rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
  background: linear-gradient(0deg, #f56517 15%, #fff 50%);
  -webkit-text-fill-color: transparent;
}

.recruit-box .area .right-column {
  display: flex;
}

.recruit-box .area .right-column .Tele {
  display: flex;
  align-items: center;
}

.recruit-box .area .right-column .Tele .icon {
  display: block;
  width: 0.25rem;
  height: 0.29rem;
  background-image: url(../images/icon.png);
  background-position: -0.21rem 0;
  background-size: 3rem;
  margin-right: 0.15rem;
}

.recruit-box .area .right-column .Tele span {
  display: block;
  font-size: 0.32rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
}

.recruit-box .area .right-column .online {
  display: flex;
}

.recruit-box .area .right-column .online span {
  display: block;
  margin: 0.1rem 0 0.1rem 0.2rem;
  width: 1.87rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #e73510, #f96b03);
  border-radius: 0.2rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
}

.recruit-box .area .right-column .online .icon {
  display: block;
  width: 0.14rem;
  height: 0.15rem;
  background-image: url(../images/icon.png);
  background-position: -0.46rem 0;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  cursor: pointer;
  background-size: 3rem;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.popup .u-img {
  width: 100%;
  height: 100%;
}

.popup .consult-btn {
  position: absolute;
  left: 50%;
  bottom: -0.15rem;
  transform: translate(-50%, 0);
  display: block;
  width: 2.05rem;
  height: 0.59rem;
  background: url(../images/moerbtn.png) no-repeat center/cover;
}

.popup .close {
  position: absolute;
  right: 0.42rem;
  top: 0.55rem;
  z-index: 100;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon.png);
  background-position: 0 -0.58rem;
  background-size: 3rem;
  cursor: pointer;
}

.fixedright-box {
  position: fixed;
  right: -0.03rem;
  top: 25%;
  z-index: 100;
}

.fixedright-box ul {
  background-color: #fff;
  padding: 0.1rem 0.11rem;
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  border-radius: 0.1rem 0 0 0.1rem;
}

.fixedright-box ul li {
  border-bottom: 0.01rem solid #ccc;
  padding-top: 0.15rem;
  position: relative;
}

.fixedright-box ul li a {
  position: relative;
  z-index: 5;
}

.fixedright-box ul li a .icon {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.fixedright-box ul li a label {
  display: block;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}

.fixedright-box ul li:nth-child(1) {
  padding-top: 0;
}

.fixedright-box ul li:nth-child(1) a .icon {
  background-position: -0.44rem -0.4rem;
}

.fixedright-box ul li:nth-child(2) a .icon {
  background-position: -0.72rem -0.4rem;
}

.fixedright-box ul li:nth-child(2):hover .m-text {
  right: 0.36rem;
}

.fixedright-box ul li:nth-child(3) {
  border: none;
}

.fixedright-box ul li:nth-child(3) a .icon {
  background-position: -1rem -0.4rem;
}

.fixedright-box ul li:nth-child(3):hover .erwei {
  right: 0.67rem;
}

.fixedright-box ul li .m-text {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 2.92rem;
  height: 0.84rem;
  z-index: 2;
  background: url(../images/phonebg.png) no-repeat center/cover;
  padding: 0.18rem 0.3rem 0.2rem 0.6rem;
  text-align: center;
  transition: all 0.3s;
}

.fixedright-box ul li .m-text span {
  font-size: 0.22rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .m-text p {
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .erwei {
  width: 1.56rem;
  height: 1.95rem;
  transition: all 0.3s;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  z-index: 2;
  right: -2rem;
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  overflow: hidden;
}

.fixedright-box ul li .erwei img {
  display: block;
  width: 100%;
  height: auto;
}

.fixedright-box ul li .erwei .text {
  background: linear-gradient(115deg, #ff7200, #ff4200, #cd281f);
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}

.fixedright-box .goTop {
  margin-top: 0.15rem;
  height: 0.46rem;
  background: #000033;
  border-radius: 0.1rem 0 0 0.1rem;
  padding-top: 0.18rem;
}

.fixedright-box .goTop a {
  display: block;
  width: 0.18rem;
  height: 0.1rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem -0.48rem;
  margin: 0 auto;
}

.fix-footer {
  height: 0.98rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2c17;
}

.fix-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
}

.fix-footer a .icon {
  display: block;
  width: 0.42rem;
  height: 0.36rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.fix-footer a p {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}

.fix-footer a.nav .icon {
  background-position: -0.32rem -0.73rem;
}

.fix-footer a.tel .icon {
  background-position: -0.74rem -0.73rem;
}

.fix-footer a.serv .icon {
  background-position: -1.16rem -0.73rem;
}

.fix-footer a.address .icon {
  background-position: -1.58rem -0.73rem;
}

.fix-footer a.search .icon {
  background-position: -2rem -0.73rem;
}

@keyframes circle_classic {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
